mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
MODsuit module update: clamp nerf, replacement of holster and pepper spray modules, some tweaks to suit starting modules (#66170)
* part 1 * Merge branch 'master' of https://github.com/tgstation/tgstation into magnet-holster * modsuit module update: replacement of holster and pepper spray, nerf to clamp * fixes * this for some reason renders shit badly * h * test * handles deleting as an arg, hopefully fixing the runtimes * dusk to dawn * fucking idiot * you too * slight speedup * stiupid * less capsaicin * Apply suggestions from code review use the typecache Co-authored-by: Kylerace <kylerlumpkin1@gmail.com> * Update code/modules/mod/modules/_module.dm Co-authored-by: Kylerace <kylerlumpkin1@gmail.com> * w Co-authored-by: Kylerace <kylerlumpkin1@gmail.com>
This commit is contained in:
@@ -371,3 +371,11 @@
|
||||
|
||||
/datum/effect_system/smoke_spread/quick
|
||||
effect_type = /obj/effect/particle_effect/smoke/quick
|
||||
|
||||
/obj/effect/particle_effect/smoke/chem/quick
|
||||
lifetime = 2 //under lifetime 1, this kills itself the first time it processes, not working. i hate smoke code
|
||||
opaque = FALSE
|
||||
alpha = 100
|
||||
|
||||
/datum/effect_system/smoke_spread/chem/quick
|
||||
effect_type = /obj/effect/particle_effect/smoke/chem/quick
|
||||
|
||||
Reference in New Issue
Block a user