mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 14:16:58 +01:00
Tg panel patch 2 (#8085)
Co-authored-by: Cadyn Bombaci <cadynspacetechguy@gmail.com>
This commit is contained in:
co-authored by
Cadyn Bombaci
parent
a63a919fcb
commit
e28fa96705
@@ -1,13 +1,13 @@
|
||||
/mob/verb/up()
|
||||
set name = "Move Upwards"
|
||||
set category = "IC"
|
||||
set category = "IC.Game" //CHOMPEdit
|
||||
|
||||
if(zMove(UP))
|
||||
to_chat(src, "<span class='notice'>You move upwards.</span>")
|
||||
|
||||
/mob/verb/down()
|
||||
set name = "Move Down"
|
||||
set category = "IC"
|
||||
set category = "IC.Game" //CHOMPEdit
|
||||
|
||||
if(zMove(DOWN))
|
||||
to_chat(src, "<span class='notice'>You move down.</span>")
|
||||
|
||||
@@ -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"
|
||||
set category = "IC.Game" //CHOMPEdit
|
||||
|
||||
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