mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] Server maint subsystem (#9408)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4f9bd4462d
commit
f72f2f8c89
@@ -1,13 +1,13 @@
|
||||
/mob/verb/up()
|
||||
set name = "Move Upwards"
|
||||
set category = "IC.Game" //CHOMPEdit
|
||||
set category = "IC.Game"
|
||||
|
||||
if(zMove(UP))
|
||||
to_chat(src, span_notice("You move upwards."))
|
||||
|
||||
/mob/verb/down()
|
||||
set name = "Move Down"
|
||||
set category = "IC.Game" //CHOMPEdit
|
||||
set category = "IC.Game"
|
||||
|
||||
if(zMove(DOWN))
|
||||
to_chat(src, span_notice("You move down."))
|
||||
|
||||
@@ -212,7 +212,7 @@
|
||||
/mob/living/verb/climb_down()
|
||||
set name = "Climb down wall"
|
||||
set desc = "attempt to climb down the wall you are standing on, in direction you're looking"
|
||||
set category = "IC.Game" //CHOMPEdit
|
||||
set category = "IC.Game"
|
||||
|
||||
var/fall_chance = 0 //Increased if we can't actually climb
|
||||
var/turf/our_turf = get_turf(src) //floor we're standing on
|
||||
|
||||
Reference in New Issue
Block a user