mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-31 12:41:46 +00:00
* Double spaces * more space and misspelling * Fixing punctuations * Not now * double dots * Apply suggestions from code review Signed-off-by: Henri215 <77684085+Henri215@users.noreply.github.com> --------- Signed-off-by: Henri215 <77684085+Henri215@users.noreply.github.com>
13 lines
408 B
Plaintext
13 lines
408 B
Plaintext
/obj/item/mounted/frame/intercom
|
|
name = "Intercom Frame"
|
|
desc = "Used for building intercoms."
|
|
icon = 'icons/obj/monitors.dmi'
|
|
icon_state = "intercom-frame"
|
|
|
|
mount_requirements = MOUNTED_FRAME_SIMFLOOR | MOUNTED_FRAME_NOSPACE
|
|
metal_sheets_refunded = 2
|
|
|
|
/obj/item/mounted/frame/intercom/do_build(turf/on_wall, mob/user)
|
|
new /obj/item/radio/intercom(get_turf(src), get_dir(user, on_wall), 0)
|
|
qdel(src)
|