mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Fixes various implant/admin verb typos (#5177)
* Removes 'independant' * Update Space Station 13 areas.dm * Fixes the AI law typo * Fixes another typo. Somewhat out of scope(?), but it's just a typo.
This commit is contained in:
@@ -497,7 +497,7 @@ area/space/atmosalert()
|
|||||||
|
|
||||||
//names are used
|
//names are used
|
||||||
/area/syndicate_station
|
/area/syndicate_station
|
||||||
name = "\improper Independant Station"
|
name = "\improper Independent Station"
|
||||||
icon_state = "yellow"
|
icon_state = "yellow"
|
||||||
requires_power = 0
|
requires_power = 0
|
||||||
flags = RAD_SHIELDED
|
flags = RAD_SHIELDED
|
||||||
@@ -2788,4 +2788,4 @@ var/list/the_station_areas = list (
|
|||||||
H << S
|
H << S
|
||||||
|
|
||||||
spawn(60) .()
|
spawn(60) .()
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
<b>Function:</b> Contains no innate functions until other components are added.<BR>
|
<b>Function:</b> Contains no innate functions until other components are added.<BR>
|
||||||
<b>Special Features:</b>
|
<b>Special Features:</b>
|
||||||
<i>Modular Circuitry</i>- Can be loaded with specific modular circuitry in order to fulfill a wide possibility of functions.<BR>
|
<i>Modular Circuitry</i>- Can be loaded with specific modular circuitry in order to fulfill a wide possibility of functions.<BR>
|
||||||
<b>Integrity:</b> Implant is not shielded from electromagnetic interferance, otherwise it is independant of subject's status."}
|
<b>Integrity:</b> Implant is not shielded from electromagnetic interference, otherwise it is independent of subject's status."}
|
||||||
return dat
|
return dat
|
||||||
|
|
||||||
/obj/item/weapon/implant/integrated_circuit/emp_act(severity)
|
/obj/item/weapon/implant/integrated_circuit/emp_act(severity)
|
||||||
@@ -45,4 +45,4 @@
|
|||||||
..()
|
..()
|
||||||
|
|
||||||
/obj/item/weapon/implant/integrated_circuit/attack_self(mob/user)
|
/obj/item/weapon/implant/integrated_circuit/attack_self(mob/user)
|
||||||
IC.attack_self(user)
|
IC.attack_self(user)
|
||||||
|
|||||||
@@ -1261,7 +1261,7 @@ proc/admin_notice(var/message, var/rights)
|
|||||||
usr << "<b>AI [key_name(S, usr)]'s laws:</b>"
|
usr << "<b>AI [key_name(S, usr)]'s laws:</b>"
|
||||||
else if(isrobot(S))
|
else if(isrobot(S))
|
||||||
var/mob/living/silicon/robot/R = S
|
var/mob/living/silicon/robot/R = S
|
||||||
usr << "<b>CYBORG [key_name(S, usr)] [R.connected_ai?"(Slaved to: [R.connected_ai])":"(Independant)"]: laws:</b>"
|
usr << "<b>CYBORG [key_name(S, usr)] [R.connected_ai?"(Slaved to: [R.connected_ai])":"(Independent)"]: laws:</b>"
|
||||||
else if (ispAI(S))
|
else if (ispAI(S))
|
||||||
usr << "<b>pAI [key_name(S, usr)]'s laws:</b>"
|
usr << "<b>pAI [key_name(S, usr)]'s laws:</b>"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user