mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
Makes it EVEN EASIER to work with atom item interactions ft. "Leaf and Branch" & "Death to Chains" (#82625)
This commit is contained in:
@@ -8,9 +8,8 @@
|
||||
/turf/open/floor/holofloor/attackby(obj/item/I, mob/living/user)
|
||||
return // HOLOFLOOR DOES NOT GIVE A FUCK
|
||||
|
||||
/turf/open/floor/holofloor/item_interaction(mob/living/user, obj/item/tool, list/modifiers, is_right_clicking)
|
||||
SHOULD_CALL_PARENT(FALSE)
|
||||
return NONE // Fuck you
|
||||
/turf/open/floor/holofloor/item_interaction(mob/living/user, obj/item/tool, list/modifiers)
|
||||
return ITEM_INTERACT_BLOCKING // Fuck you
|
||||
|
||||
/turf/open/floor/holofloor/burn_tile()
|
||||
return //you can't burn a hologram!
|
||||
|
||||
Reference in New Issue
Block a user