Makes synths not disposable (#10169)

This commit is contained in:
Lady Fowl
2020-10-23 09:53:42 +02:00
committed by GitHub
parent 1bd5826d52
commit 1aa3836ec4
2 changed files with 46 additions and 0 deletions
+5
View File
@@ -226,6 +226,11 @@
to_chat(user, SPAN_NOTICE("The opening is too narrow for [target] to fit!"))
return
/// makes it so synths can't be flushed
if (istype(target, /mob/living/silicon/robot))
to_chat(user, SPAN_NOTICE("[target] is a bit too clunky to fit!"))
return
src.add_fingerprint(user)
var/target_loc = target.loc
var/msg