mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 23:23:28 +01:00
Can't be incapacitated
This commit is contained in:
@@ -359,6 +359,8 @@
|
||||
qdel(src)
|
||||
|
||||
/obj/item/slimepotion/speed/MouseDrop(obj/over_object)
|
||||
if(istype(usr.loc, /obj/mecha) || usr.restrained() || usr.stat)
|
||||
return
|
||||
if(loc == usr && loc.Adjacent(over_object))
|
||||
afterattack(over_object, usr, TRUE)
|
||||
|
||||
@@ -394,6 +396,8 @@
|
||||
qdel(src)
|
||||
|
||||
/obj/item/slimepotion/fireproof/MouseDrop(obj/over_object)
|
||||
if(istype(usr.loc, /obj/mecha) || usr.restrained() || usr.stat)
|
||||
return
|
||||
if(loc == usr && loc.Adjacent(over_object))
|
||||
afterattack(over_object, usr, TRUE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user