mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-10 01:22:41 +00:00
* Adds the check components * Adds in trailing newlines * Converts all CRLF to LF * Post merge EOF * Post merge line endings * Final commit
11 lines
354 B
Plaintext
11 lines
354 B
Plaintext
/obj/item/mounted/frame/firealarm
|
|
name = "fire alarm frame"
|
|
desc = "Used for building Fire Alarms"
|
|
icon = 'icons/obj/monitors.dmi'
|
|
icon_state = "fire_bitem"
|
|
mount_reqs = list("simfloor", "nospace")
|
|
|
|
/obj/item/mounted/frame/firealarm/do_build(turf/on_wall, mob/user)
|
|
new /obj/machinery/firealarm(get_turf(src), get_dir(on_wall, user), 1)
|
|
qdel(src)
|