mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-21 20:28:14 +01:00
Various ERP verb fixes (#53)
This commit is contained in:
@@ -234,7 +234,7 @@
|
||||
partner = check_target
|
||||
//skyrat edit
|
||||
if(forced_partner)
|
||||
if((forced_partner == TRUE) || (!istype(forced_partner)))
|
||||
if((forced_partner == "none") || (!istype(forced_partner)))
|
||||
partner = null
|
||||
else
|
||||
partner = forced_partner
|
||||
|
||||
Reference in New Issue
Block a user