[MIRROR] [READY] Removes Dogborgs (#6763)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: Raeschen <rycoop29@gmail.com>
Co-authored-by: kcin2001 <rnlb2001@gmail.com>
This commit is contained in:
CHOMPStation2
2023-08-13 23:01:48 -07:00
committed by GitHub
parent b7094b7a39
commit 51b73e8042
170 changed files with 4152 additions and 5116 deletions

View File

@@ -327,7 +327,7 @@
if(istype(target, /mob/living/carbon/human))
target.resize(0.5)
target.show_message("<font color='blue'>The beam fires into your body, changing your size!</font>")
target.updateicon()
target.update_icon()
else
return 1
@@ -341,7 +341,7 @@
if(istype(target, /mob/living/carbon/human))
target.resize(2.0)
target.show_message("<font color='blue'>The beam fires into your body, changing your size!</font>")
target.updateicon()
target.update_icon()
else
return 1
@@ -355,6 +355,6 @@
if(istype(target, /mob/living/carbon/human))
target.resize(1)
target.show_message("<font color='blue'>The beam fires into your body, changing your size!</font>")
target.updateicon()
target.update_icon()
else
return 1