Xenobotany

This commit is contained in:
Fox-McCloud
2014-12-19 05:07:36 -05:00
parent e970482bd3
commit b68c0536cc
4 changed files with 271 additions and 288 deletions
+8 -4
View File
@@ -1597,8 +1597,8 @@ area/security/podbay
/area/security/customs2
name = "\improper Customs"
icon_state = "security"
icon_state = "security"
/area/security/checkpoint
name = "\improper Security Checkpoint"
icon_state = "checkpoint1"
@@ -1697,8 +1697,12 @@ area/security/podbay
name = "\improper Xenobiology Lab"
icon_state = "toxlab"
/area/toxins/xenobiology/flora
name = "\improper Xenobiology Flora Lab"
/area/rnd/xenobiology/xenoflora_storage
name = "\improper Xenoflora Storage"
icon_state = "toxlab"
/area/rnd/xenobiology/xenoflora
name = "\improper Xenoflora Lab"
icon_state = "toxlab"
/area/toxins/storage
+1 -1
View File
@@ -52,7 +52,7 @@
selection_color = "#ffeeff"
access = list(access_robotics, access_tox, access_tox_storage, access_research, access_xenobiology, access_xenoarch)
minimal_access = list(access_tox, access_tox_storage, access_research, access_xenoarch, access_maint_tunnels)
alt_titles = list("Xenoarcheologist", "Anomalist", "Plasma Researcher")
alt_titles = list("Xenoarcheologist", "Anomalist", "Plasma Researcher", "Xenobotanist")
minimal_player_age = 3
// All science-y guys get bonuses for maxing out their tech.
+2 -2
View File
@@ -553,10 +553,10 @@
proc/move()
var/obj/structure/disposalpipe/last
while(active)
if(hasmob && prob(3))
/* if(hasmob && prob(3))
for(var/mob/living/H in src)
if(!istype(H,/mob/living/silicon/robot/drone)) //Drones use the mailing code to move through the disposal system,
H.take_overall_damage(20, 0, "Blunt Trauma")//horribly maim any living creature jumping down disposals. c'est la vie
H.take_overall_damage(20, 0, "Blunt Trauma") */ //horribly maim any living creature jumping down disposals. c'est la vie
if(has_fat_guy && prob(2)) // chance of becoming stuck per segment if contains a fat guy
active = 0