Adjusts welder bomb timers (#6630)

Makes it much harder to welder bomb maliciously, gives people a prompt confirming they understand what they are doing, ensuring that it keeps those who are doing so maliciously from those on accident
This commit is contained in:
Lady Fowl
2019-07-31 00:09:15 +03:00
committed by Erki
parent 1cb9733213
commit dbfefaa70f
3 changed files with 63 additions and 17 deletions
@@ -9,8 +9,7 @@
/obj/effect/decal/cleanable/liquid_fuel/Initialize(mapload, amt = 1, nologs = 0)
. = ..()
if(!nologs && !mapload)
message_admins("Liquid fuel has spilled in [loc.loc.name] ([loc.x],[loc.y],[loc.z]) (<A HREF='?_src_=holder;adminplayerobservecoodjump=1;X=[loc.x];Y=[loc.y];Z=[loc.z]'>JMP</a>)")
log_game("Liquid fuel has spilled in [loc.loc.name] ([loc.x],[loc.y],[loc.z])")
log_and_message_admins("spilled liquid fuel", user = usr, location = get_turf(src))
src.amount = amt
var/has_spread = 0