Adds Weekend at Bernies'ing People (#49749)

* in addition to the meme i also fixed some comments!

* Update code/modules/mob/living/carbon/human/examine.dm

Co-Authored-By: Jordie <4343468+Jordie0608@users.noreply.github.com>

Co-authored-by: Jordie <4343468+Jordie0608@users.noreply.github.com>
This commit is contained in:
Ryll Ryll
2020-03-10 01:03:32 -04:00
committed by GitHub
parent 0467f4094d
commit 7e7fe53fdf
2 changed files with 6 additions and 3 deletions
@@ -114,7 +114,10 @@
if(stat == DEAD || (HAS_TRAIT(src, TRAIT_FAKEDEATH)))
appears_dead = TRUE
if(isliving(user) && HAS_TRAIT(user, TRAIT_NAIVE))
var/obj/item/clothing/glasses/G = get_item_by_slot(ITEM_SLOT_EYES)
var/are_we_in_weekend_at_bernies = G?.tint && buckled && istype(buckled, /obj/vehicle/ridden/wheelchair)
if(isliving(user) && (HAS_TRAIT(user, TRAIT_NAIVE) || are_we_in_weekend_at_bernies))
just_sleeping = TRUE
if(!just_sleeping)
+2 -2
View File
@@ -106,9 +106,9 @@
/// The last known IP of the client who was in this mob
var/lastKnownIP = null
/// movable atoms buckled to this mob
var/atom/movable/buckled = null//Living
/// movable atom we are buckled to
var/atom/movable/buckled = null//Living
/// movable atoms buckled to this mob
var/atom/movable/buckling
//Hands