mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
[MIRROR] Fixes staff of lava working on space tiles [MDB IGNORE] (#22757)
* Fixes staff of lava working on space tiles (#77161) This makes no sense 🆑 fix: Staff of laval no longer works on space /🆑 --------- Co-authored-by: Ghom <42542238+Ghommie@ users.noreply.github.com> * Fixes staff of lava working on space tiles --------- Co-authored-by: Time-Green <7501474+Time-Green@users.noreply.github.com> Co-authored-by: Ghom <42542238+Ghommie@ users.noreply.github.com>
This commit is contained in:
co-authored by
Ghom
Time-Green
parent
4d93c5d87c
commit
41a653d9d6
@@ -779,7 +779,7 @@
|
||||
var/create_delay = 3 SECONDS
|
||||
var/reset_cooldown = 5 SECONDS
|
||||
var/timer = 0
|
||||
var/static/list/banned_turfs = typecacheof(list(/turf/open/space/transit, /turf/closed))
|
||||
var/static/list/banned_turfs = typecacheof(list(/turf/open/space, /turf/closed))
|
||||
|
||||
/obj/item/lava_staff/afterattack(atom/target, mob/user, proximity_flag, click_parameters)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user