mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 14:47:50 +01:00
Merge pull request #3417 from CHOMPStation2/upstream-merge-11802
[MIRROR] fixes floor attackbys theoretically
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
if(isliving(user))
|
||||
var/mob/living/L = user
|
||||
if(L.a_intent == I_HELP)
|
||||
try_graffiti(L, C) // back by unpopular demand
|
||||
return
|
||||
if(try_graffiti(L, C)) // back by unpopular demand
|
||||
return
|
||||
|
||||
// Multi-z roof building
|
||||
if(istype(C, /obj/item/stack/tile/roofing))
|
||||
|
||||
Reference in New Issue
Block a user