extra runtime fixes, also porting tgstation#49997

This commit is contained in:
Ghommie
2020-03-19 04:49:01 +01:00
parent 3aa3ed189a
commit a0294698c0
3 changed files with 25 additions and 21 deletions
@@ -356,7 +356,6 @@
replace_beaker(user, B)
to_chat(user, "<span class='notice'>You add [B] to [src].</span>")
updateUsrDialog()
update_icon()
else if(user.a_intent != INTENT_HARM && !istype(I, /obj/item/card/emag))
to_chat(user, "<span class='warning'>You can't load [I] into [src]!</span>")
return ..()