This commit is contained in:
Yoshax
2016-10-07 03:54:37 +01:00
parent 19e0342145
commit c4203600fc

View File

@@ -271,7 +271,7 @@ var/list/tape_roll_applications = list()
add_fingerprint(M) add_fingerprint(M)
if (!allowed(M)) //only select few learn art of not crumpling the tape if (!allowed(M)) //only select few learn art of not crumpling the tape
M << "<span class='warning'>You are not supposed to go past [src]...</span>" M << "<span class='warning'>You are not supposed to go past [src]...</span>"
if(M.a_intent == I_HELP) if(M.a_intent == I_HELP && !(istype(M, /mob/living/simple_animal)))
return 0 return 0
crumple() crumple()
return ..(mover) return ..(mover)