mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Makes Collosus death bolt dust dead people (#18011)
This commit is contained in:
@@ -262,6 +262,10 @@ Difficulty: Very Hard
|
||||
. = ..()
|
||||
if(isturf(target) || isobj(target))
|
||||
target.ex_act(2)
|
||||
if(isliving(target))
|
||||
var/mob/living/L = target
|
||||
if(L.stat == DEAD)
|
||||
L.dust()
|
||||
|
||||
/obj/item/gps/internal/colossus
|
||||
icon_state = null
|
||||
|
||||
Reference in New Issue
Block a user