mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 07:03:30 +01:00
Fixes a missing variable on a changeling objective (#19186)
* I cant use : here, maintainers would kill me
* this really needs a comment, mhm for sure
* Revert "I cant use : here, maintainers would kill me"
This reverts commit bb0f684579.
* why the FUCK does this work? Why no immutable
This commit is contained in:
@@ -162,7 +162,7 @@
|
||||
if(prob(70))
|
||||
add_objective(/datum/objective/escape)
|
||||
else
|
||||
add_objective(/datum/objective/escape/escape_with_identity)
|
||||
add_objective(/datum/objective/escape/escape_with_identity) // If our kill target has no genes, 30% time pick someone else to steal the identity of
|
||||
|
||||
/datum/antagonist/changeling/process()
|
||||
if(!owner || !owner.current)
|
||||
|
||||
Reference in New Issue
Block a user