mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-29 19:42:42 +00:00
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:
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user