From 46d2000d8b1f0832a587f2eb6d4ab1a2456ce99e Mon Sep 17 00:00:00 2001 From: Tigercat2000 Date: Thu, 18 Dec 2014 14:28:47 -0800 Subject: [PATCH] Emergency Patch for two-seat Space-Pods. They are no longer infinity sized. --- code/game/vehicles/spacepods/spacepod.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/game/vehicles/spacepods/spacepod.dm b/code/game/vehicles/spacepods/spacepod.dm index bc2eac85f08..5a7f704562d 100644 --- a/code/game/vehicles/spacepods/spacepod.dm +++ b/code/game/vehicles/spacepods/spacepod.dm @@ -397,6 +397,10 @@ else usr << "\red The [src.name]'s doors are locked." return + + if(src.occupant2) + usr << "\red The spacepod is full! Are you going to sit on [src.occupant2.name]'s lap?" + return /* if (usr.abiotic()) usr << "\blue Subject cannot have abiotic items on."