Skip to content

Commit 2080e4a

Browse files
Add sandbox gamemode effects (#35)
* Add sandbox gamemode effects the last few effects from the bottom of this page https://wiki.facepunch.com/gmod/Effects * Update sh_init.lua * Update lua/cfc_gmod_scripts/effects_whitelist/sh_init.lua --------- Co-authored-by: Brandon Sturgeon <[email protected]>
1 parent 6ef5534 commit 2080e4a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lua/cfc_gmod_scripts/effects_whitelist/sh_init.lua

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,14 @@ GmodScripts_EffectWhitelist = {
7171
acf_heat_explosion = true,
7272
simfphys_engine_smoke = true,
7373
eff_jack_plasmaarc = true,
74+
entity_remove = true,
75+
inflator_magic = true,
76+
LaserTracer = true,
77+
phys_freeze = true,
78+
phys_unfreeze = true,
79+
propspawn = true,
80+
selection_indicator = true,
81+
selection_ring = true,
82+
wheel_indicator = true,
7483
}
7584
allowed = GmodScripts_EffectWhitelist

0 commit comments

Comments
 (0)