mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
Added a ruins UT (#18290)
* sdfa * fas * the godness guides, the godness protects * sadf * sdf * fsa * exoplanets_ruins config for UT * sdaf * sdf * curse upon me
This commit is contained in:
@@ -300,7 +300,7 @@ GLOBAL_LIST_EMPTY(total_active_bonfires)
|
||||
/obj/structure/bonfire/proc/burn(var/mob/living/M, var/entered = FALSE)
|
||||
if(safe)
|
||||
return
|
||||
if(M && prob((fuel / max_fuel) * 100))
|
||||
if(istype(M) && prob((fuel / max_fuel) * 100))
|
||||
if(entered)
|
||||
to_chat(M, SPAN_WARNING("You are covered by fire and heat from entering \the [src]!"))
|
||||
if(isanimal(M))
|
||||
|
||||
Reference in New Issue
Block a user