New Map Bug Batch (#2473)

Fixes #2362
Fixes #2232
Fixes #2234
Fixes #2214
Fixes #2385
Fixes #2386
Fixes #2356
Fixes #2406
Fixes #2409
Fixes #2404
Fixes #2432
Fixes #2439
Fixes #2437

Removes "You hear a click from the bottom of the door" message from airlocks when they bolt/unbolt.
Makes ghosttraps significantly easier to spot.
This commit is contained in:
LordFowl
2017-05-27 15:43:48 -04:00
committed by skull132
parent 47666d2835
commit 4e09ed8a73
11 changed files with 1304 additions and 1549 deletions

View File

@@ -64,7 +64,7 @@ var/list/ghost_traps
if(pref_check && !(pref_check in O.client.prefs.be_special_role))
continue
if(O.client)
O << "[request_string] <a href='?src=\ref[src];candidate=\ref[O];target=\ref[target]'>(Occupy)</a> ([ghost_follow_link(target, O)])"
O << "<span class='deadsay'><font size=3><b>[request_string] <a href='?src=\ref[src];candidate=\ref[O];target=\ref[target]'>(Occupy)</a> ([ghost_follow_link(target, O)])</b></font></span>"
/datum/ghosttrap/proc/target_destroyed(var/destroyed_target)
request_timeouts -= destroyed_target
@@ -211,6 +211,10 @@ datum/ghosttrap/drone/transfer_personality(var/mob/candidate, var/mob/living/sil
if(!assess_candidate(candidate))
return 0
drone.transfer_personality(candidate.client)
var/tmp_health = drone.health
drone.revive()
drone.health = tmp_health
drone.updatehealth()
/***********************************
* Syndicate Cyborg *