mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 13:05:36 +01:00
Fixes mid-construction airlocks having paper stuck to them (#67530)
Fixes #67393
This commit is contained in:
@@ -42,13 +42,13 @@
|
||||
if(AIRLOCK_ASSEMBLY_NEEDS_SCREWDRIVER)
|
||||
. += span_notice("The circuit is <b>connected loosely</b> to its slot, but the maintenance panel is <i>unscrewed and open</i>.")
|
||||
if(!mineral && !nomineral && !glass && !noglass)
|
||||
. += span_notice("There is a small <i>paper</i> placard on the assembly[doorname]. There are <i>empty</i> slots for glass windows and mineral covers.")
|
||||
. += span_notice("There are <i>empty</i> slots for glass windows and mineral covers.")
|
||||
else if(!mineral && !nomineral && glass && !noglass)
|
||||
. += span_notice("There is a small <i>paper</i> placard on the assembly[doorname]. There are <i>empty</i> slots for mineral covers.")
|
||||
. += span_notice("There are <i>empty</i> slots for mineral covers.")
|
||||
else if(!glass && !noglass)
|
||||
. += span_notice("There is a small <i>paper</i> placard on the assembly[doorname]. There are <i>empty</i> slots for glass windows.")
|
||||
else
|
||||
. += span_notice("There is a small <i>paper</i> placard on the assembly[doorname].")
|
||||
. += span_notice("There are <i>empty</i> slots for glass windows.")
|
||||
if(doorname)
|
||||
. += span_notice("There is a small <i>paper</i> placard on the assembly labelled \"[doorname]\".")
|
||||
|
||||
/obj/structure/door_assembly/attackby(obj/item/W, mob/user, params)
|
||||
if(istype(W, /obj/item/pen))
|
||||
|
||||
Reference in New Issue
Block a user