mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
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:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user