mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-08-31 01:01:14 +01:00
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:
@@ -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!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user