[MIRROR] space cleanup (#10414)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-14 16:47:51 -07:00
committed by GitHub
parent 3ef8163aa0
commit 789db280cc
187 changed files with 3545 additions and 3547 deletions

View File

@@ -20,14 +20,14 @@
//Formally used from a paper, gave this to everyone.
/mob/living/carbon/human/verb/create_area()
set name = "Create Area"
set desc = "Create an area in a enclosed space, making it able to be powered by an APC."
set category = "IC.Game"
set name = "Create Area"
set desc = "Create an area in a enclosed space, making it able to be powered by an APC."
set category = "IC.Game"
if(stat || world.time < last_special)
to_chat(usr, span_warning("You recently tried to create an area. Wait a while before using it again."))
return
if(stat || world.time < last_special)
to_chat(usr, span_warning("You recently tried to create an area. Wait a while before using it again."))
return
last_special = world.time + 2 SECONDS // Antispam.
create_new_area(usr)
return
last_special = world.time + 2 SECONDS // Antispam.
create_new_area(usr)
return

View File

@@ -1,3 +1,3 @@
/mob/living/simple_mob/vore/greatwolf/Initialize(mapload)
. = ..()
add_verb(src,/mob/living/simple_mob/proc/pick_color) //CHOMPEdit TGPanel
. = ..()
add_verb(src,/mob/living/simple_mob/proc/pick_color) //CHOMPEdit TGPanel

View File

@@ -1,6 +1,6 @@
/mob/living/simple_mob/vore/wolf/direwolf/Initialize(mapload)
. = ..()
add_verb(src,/mob/living/simple_mob/proc/pick_color) //CHOMPEdit TGPanel
. = ..()
add_verb(src,/mob/living/simple_mob/proc/pick_color) //CHOMPEdit TGPanel
/* Combat refactor walkback. 100 old
/mob/living/simple_mob/vore/wolf/direwolf
maxHealth = 50