mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
@@ -24,8 +24,6 @@
|
||||
H.stunned = 1
|
||||
H.icon = null
|
||||
H.invisibility = 101
|
||||
for(var/t in H.organs)
|
||||
del(t)
|
||||
var/atom/movable/overlay/animation = new /atom/movable/overlay( H.loc )
|
||||
animation.icon_state = "blank"
|
||||
animation.icon = 'icons/mob/mob.dmi'
|
||||
@@ -42,8 +40,6 @@
|
||||
H.gib()
|
||||
return
|
||||
|
||||
for(var/obj/item/W in H)
|
||||
H.unEquip(W)
|
||||
H.set_species(H.species.primitive_form)
|
||||
|
||||
if(H.hud_used)
|
||||
@@ -69,8 +65,6 @@
|
||||
H.stunned = 1
|
||||
H.icon = null
|
||||
H.invisibility = 101
|
||||
for(var/t in H.organs)
|
||||
del(t)
|
||||
var/atom/movable/overlay/animation = new /atom/movable/overlay( H.loc )
|
||||
animation.icon_state = "blank"
|
||||
animation.icon = 'icons/mob/mob.dmi'
|
||||
@@ -90,9 +84,6 @@
|
||||
if(H.hud_used)
|
||||
H.hud_used.human_hud()
|
||||
|
||||
|
||||
for(var/obj/item/W in H)
|
||||
H.unEquip(W)
|
||||
H.set_species(H.species.greater_form)
|
||||
|
||||
H << "<B>You are now [H.species.name]. </B>"
|
||||
|
||||
Reference in New Issue
Block a user