Merge branch 'master' of https://github.com/Baystation12/Baystation12 into dev-freeze

Conflicts:
	maps/exodus-1.dmm
This commit is contained in:
Zuhayr
2015-09-01 10:47:12 +09:30
2 changed files with 1 additions and 2 deletions

View File

@@ -65,7 +65,7 @@
use_power(5)
icon_state = "doorctrl1"
desiredstate = !desiredstate
trigger()
trigger(user)
spawn(15)
update_icon()

View File

@@ -38,7 +38,6 @@
bump_flag = MONKEY
swap_flags = MONKEY|SLIME|SIMPLE_ANIMAL
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)
if(H.stat != CONSCIOUS)