Intrepid overhaul and additions (#16449)

* getting started

* finishing up

* what

* changelog????

* there is a rag in a window send help

* fixes apc check and also adds docking controllers on exterior

* making a blast door

* intercomm bloat
This commit is contained in:
kyres1
2023-06-22 21:22:42 +00:00
committed by GitHub
parent c5fef15e9d
commit eb378fc3fa
17 changed files with 4109 additions and 2728 deletions
@@ -326,6 +326,25 @@
/obj/structure/bed/padded/New(var/newloc)
..(newloc, MATERIAL_PLASTIC, MATERIAL_CLOTH)
/obj/structure/bed/padded/bunk
pixel_y = 16
var/sleeby_shift = 16
/obj/structure/bed/padded/bunk/post_buckle(atom/movable/MA)
. = ..()
if(MA == buckled)
if(istype(MA, /mob/living))
var/mob/living/M = MA
M.old_y = sleeby_shift
buckled.pixel_y = sleeby_shift
update_icon()
else
if(istype(MA, /mob/living))
var/mob/living/M = MA
M.old_y = 0
MA.pixel_y = 0
update_icon()
/obj/structure/bed/aqua
name = "aquabed"
icon_state = "aquabed"