mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 13:07:46 +01:00
Map update: Adds wardrobes for all jobs + copiers and filing cabinets.
Modified surgery to work with autopsy Adminhelp should go to the admin channel without being stupid suicide tweaked so all antags can use it You can no longer radio while stunned More door fixes.
This commit is contained in:
@@ -190,6 +190,8 @@ CLIPBOARDS
|
||||
src.overlays += "paper_stamped_denied"
|
||||
if(/obj/item/weapon/stamp/clown)
|
||||
src.overlays += "paper_stamped_clown"
|
||||
if(/obj/item/weapon/stamp/centcom)
|
||||
src.overlays += "paper_stamped_cent"
|
||||
else
|
||||
src.overlays += "paper_stamped"
|
||||
if(!stamped)
|
||||
|
||||
@@ -557,6 +557,8 @@ CIRCULAR SAW
|
||||
S.take_damage(15)
|
||||
|
||||
S.open = 0
|
||||
if(S.display_name == "chest" && H:embryo_op_stage == 1.0)
|
||||
H:embryo_op_stage = 0.0
|
||||
|
||||
H.updatehealth()
|
||||
H.UpdateDamageIcon()
|
||||
@@ -587,14 +589,14 @@ CIRCULAR SAW
|
||||
if(user.zone_sel.selecting == "chest")
|
||||
if(istype(M, /mob/living/carbon/human))
|
||||
switch(M:embryo_op_stage)
|
||||
if(0.0)
|
||||
if(M != user)
|
||||
for(var/mob/O in (viewers(M) - user - M))
|
||||
O.show_message("\red [M] is beginning to have \his torso cut open with [src] by [user].", 1)
|
||||
M << "\red [user] begins to cut open your torso with [src]!"
|
||||
user << "\red You cut [M]'s torso open with [src]!"
|
||||
M:embryo_op_stage = 1.0
|
||||
return
|
||||
// if(0.0)
|
||||
// if(M != user)
|
||||
// for(var/mob/O in (viewers(M) - user - M))
|
||||
// O.show_message("\red [M] is beginning to have \his torso cut open with [src] by [user].", 1)
|
||||
// M << "\red [user] begins to cut open your torso with [src]!"
|
||||
// user << "\red You cut [M]'s torso open with [src]!"
|
||||
// M:embryo_op_stage = 1.0
|
||||
// return
|
||||
if(3.0)
|
||||
if(M != user)
|
||||
for(var/mob/O in (viewers(M) - user - M))
|
||||
@@ -837,6 +839,8 @@ CIRCULAR SAW
|
||||
|
||||
S.open = 1
|
||||
S.bleeding = 1
|
||||
if(S.display_name == "chest")
|
||||
H:embryo_op_stage = 1.0
|
||||
|
||||
H.updatehealth()
|
||||
H.UpdateDamageIcon()
|
||||
|
||||
Reference in New Issue
Block a user