Merge pull request #5524 from Citadel-Station-13/upstream-merge-35629

[MIRROR] Converts floor tool interactions to tool_act, fixes flooring exploits
This commit is contained in:
deathride58
2018-02-16 14:16:23 +00:00
committed by GitHub
10 changed files with 49 additions and 16 deletions
+3
View File
@@ -6,6 +6,9 @@
/turf/open/floor/holofloor/attackby(obj/item/I, mob/living/user)
return // HOLOFLOOR DOES NOT GIVE A FUCK
/turf/open/floor/holofloor/tool_act(mob/living/user, obj/item/I, tool_type)
return
/turf/open/floor/holofloor/burn_tile()
return //you can't burn a hologram!