mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-16 13:13:03 +00:00
Fixes #2354
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user