mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-29 19:52:12 +00:00
* initial * bit of code cleanup / refactoring * review changes * CRLF to LF * GLOB stuff * travis did not like that Co-authored-by: SteelSlayer <SteelSlayer@users.noreply.github.com>
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(user, on_wall), 1)
|
|
qdel(src)
|