mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-31 12:41:46 +00:00
11 lines
359 B
Plaintext
11 lines
359 B
Plaintext
/obj/item/mounted/frame/firealarm
|
|
name = "fire alarm frame"
|
|
desc = "Used for building Fire Alarms"
|
|
icon = 'icons/obj/monitors.dmi'
|
|
icon_state = "firealarm_frame"
|
|
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(user, on_wall), 1)
|
|
qdel(src)
|