mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
* buncha things from upstream * datums globals, onclick * datums * game folder, holy shit mirror bot why * modules * icons * dme * compiles cleanly * tools purge * updates maps * double check just because. and wew lad * incidentally, this needs more work first * some things * weh * sound cleanup and icons * reeeee * compile issues * oh look, fresh code sync * cleans up some unused icons * dirty vars * reeeeeeeeeeeeeeee * wew lad. fuck off with this already
11 lines
194 B
Plaintext
11 lines
194 B
Plaintext
/obj/machinery/firealarm/alt_attack_hand(mob/user)
|
|
if(can_interact(usr))
|
|
var/area/A = get_area(src)
|
|
if(istype(A))
|
|
if(A.fire)
|
|
reset()
|
|
else
|
|
alarm()
|
|
return TRUE
|
|
return FALSE
|