Merge pull request #35629 from ShizCalev/floor-tool_acts

Converts floor tool interactions to tool_act, fixes flooring exploits
This commit is contained in:
vuonojenmustaturska
2018-02-16 14:06:32 +02:00
committed by CitadelStationBot
parent 757df53aa3
commit 5ea2e57419
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!