mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
[MIRROR] Fix hardcoded z-level in gibtonite code (#883)
* Fix hardcoded z-level in gibtonite code (#53817) * Fix hardcoded z-level in gibtonite code Co-authored-by: Tad Hardesty <tad@platymuus.com>
This commit is contained in:
co-authored by
Tad Hardesty
parent
de309adb7e
commit
e244b78fd3
@@ -645,9 +645,7 @@
|
||||
stage = GIBTONITE_ACTIVE
|
||||
visible_message("<span class='danger'>There's gibtonite inside! It's going to explode!</span>")
|
||||
|
||||
var/notify_admins = 0
|
||||
if(z != 5)
|
||||
notify_admins = TRUE
|
||||
var/notify_admins = !is_mining_level(z)
|
||||
|
||||
if(!triggered_by_explosion)
|
||||
log_bomber(user, "has trigged a gibtonite deposit reaction via", src, null, notify_admins)
|
||||
|
||||
Reference in New Issue
Block a user