mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge branch 'master' of https://github.com/Baystation12/Baystation12 into dev-freeze
Conflicts: maps/exodus-1.dmm
This commit is contained in:
@@ -65,7 +65,7 @@
|
|||||||
use_power(5)
|
use_power(5)
|
||||||
icon_state = "doorctrl1"
|
icon_state = "doorctrl1"
|
||||||
desiredstate = !desiredstate
|
desiredstate = !desiredstate
|
||||||
trigger()
|
trigger(user)
|
||||||
spawn(15)
|
spawn(15)
|
||||||
update_icon()
|
update_icon()
|
||||||
|
|
||||||
|
|||||||
@@ -38,7 +38,6 @@
|
|||||||
bump_flag = MONKEY
|
bump_flag = MONKEY
|
||||||
swap_flags = MONKEY|SLIME|SIMPLE_ANIMAL
|
swap_flags = MONKEY|SLIME|SIMPLE_ANIMAL
|
||||||
push_flags = MONKEY|SLIME|SIMPLE_ANIMAL|ALIEN
|
push_flags = MONKEY|SLIME|SIMPLE_ANIMAL|ALIEN
|
||||||
var/holder_type = /obj/item/weapon/holder/monkey
|
|
||||||
|
|
||||||
/datum/species/monkey/handle_npc(var/mob/living/carbon/human/H)
|
/datum/species/monkey/handle_npc(var/mob/living/carbon/human/H)
|
||||||
if(H.stat != CONSCIOUS)
|
if(H.stat != CONSCIOUS)
|
||||||
|
|||||||
Reference in New Issue
Block a user