[MIRROR] A variety of smaller fixes (#6808)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
CHOMPStation2
2023-08-14 23:01:31 -07:00
committed by GitHub
parent f2abc54a3a
commit b794d0cf2f
7 changed files with 59 additions and 27 deletions

View File

@@ -236,7 +236,7 @@
return
if(target.anchored)
return
if(target in user)
if(!isturf(target.loc)) //no wrapping things inside other things, just breaks things, put it on the ground first.
return
if(user in target) //no wrapping closets that you are inside - it's not physically possible
return
@@ -366,7 +366,7 @@
switch(action)
if("set_tag")
var/new_tag = params["tag"]
if(!(new_tag in GLOB.tagger_locations))
if(!(new_tag in GLOB.tagger_locations))
return FALSE
currTag = new_tag
. = TRUE