mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
Fixed bugs involving wrapping yourself in a closet. Added a new centcom uniform sprite, and added checks to keep them looking pretty. Added a cancel button to deathsquad button. Adjusted admin spawnable complete uniforms, so that centcom officials look pimp'n. Added a layer of internal armor (special invisible exosuit) that spawns on centcom officials. Centcom berets are no longer space helmets. Added missing reactive teleport armor sprite and fixed it's functionality.
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
var/sortTag = null
|
||||
flags = FPRINT
|
||||
mouse_drag_pointer = MOUSE_ACTIVE_POINTER
|
||||
var/examtext = null
|
||||
var/examtext = null
|
||||
var/label_x = 0
|
||||
var/tag_x = 0
|
||||
var/tag_x = 0
|
||||
var/waswelded = 0
|
||||
|
||||
|
||||
|
||||
attack_hand(mob/user as mob)
|
||||
return unwrap()
|
||||
@@ -87,6 +87,13 @@
|
||||
..()
|
||||
return
|
||||
|
||||
relaymove(mob/user as mob)
|
||||
for(var/obj/structure/closet/F in src)
|
||||
user.loc = F
|
||||
F.contents += user
|
||||
F.opened = 0
|
||||
break
|
||||
|
||||
/obj/item/smallDelivery
|
||||
desc = "A small wrapped package."
|
||||
name = "small parcel"
|
||||
|
||||
Reference in New Issue
Block a user