mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 08:36:00 +01:00
Corner case speedups for bola and bear trap (#48194)
* Update speed in dismemberment * updates speed in Uncuff() Used in freedom implants, cult stuff, etc. * update speed after stripping other makes changes to speed like removing someone's bear trap instant. * update speed on handcuffs removed by Uncuff()
This commit is contained in:
committed by
Emmett Gaines
parent
1465adb116
commit
aed514b36e
@@ -21,6 +21,7 @@
|
||||
C.emote("scream")
|
||||
SEND_SIGNAL(C, COMSIG_ADD_MOOD_EVENT, "dismembered", /datum/mood_event/dismembered)
|
||||
drop_limb()
|
||||
C.update_equipment_speed_mods() // Update in case speed affecting item unequipped by dismemberment
|
||||
|
||||
if(dam_type == BURN)
|
||||
burn()
|
||||
|
||||
Reference in New Issue
Block a user