mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-04 06:23:19 +00:00
[MIRROR] space cleanup (#10414)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
3ef8163aa0
commit
789db280cc
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user