mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 17:45:02 +01:00
Fixes item embedding not working.
This commit is contained in:
@@ -455,7 +455,7 @@ emp_act
|
||||
..()
|
||||
|
||||
/mob/living/carbon/human/hitby(atom/movable/AM)
|
||||
if(throw_speed >= EMBED_THROWSPEED_THRESHOLD)
|
||||
if(AM.throw_speed >= EMBED_THROWSPEED_THRESHOLD)
|
||||
if(istype(AM, /obj/item))
|
||||
var/obj/item/I = AM
|
||||
if(can_embed(I))
|
||||
|
||||
Reference in New Issue
Block a user