mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Merge pull request #7648 from Kelenius/ofMonkeysAndVents
Restores monkey's ability to ventcrawl
This commit is contained in:
@@ -40,6 +40,9 @@
|
|||||||
uni_append = list(0x044,0xC5D) // 044C5D
|
uni_append = list(0x044,0xC5D) // 044C5D
|
||||||
|
|
||||||
/mob/living/carbon/monkey/New()
|
/mob/living/carbon/monkey/New()
|
||||||
|
|
||||||
|
verbs += /mob/living/proc/ventcrawl
|
||||||
|
|
||||||
var/datum/reagents/R = new/datum/reagents(1000)
|
var/datum/reagents/R = new/datum/reagents(1000)
|
||||||
reagents = R
|
reagents = R
|
||||||
R.my_atom = src
|
R.my_atom = src
|
||||||
|
|||||||
Reference in New Issue
Block a user