Minor Fixes

- Fixes giving uplinks not adminlogging
- Fixes Frontier sniper not having the correct initial projectile
- Replaces V4 solarfish with an Icebass
This commit is contained in:
Unknown
2021-04-29 23:25:47 -04:00
parent f32874aa0c
commit d8d3a2b53c
3 changed files with 4 additions and 1 deletions
+2
View File
@@ -8,5 +8,7 @@
traitors.spawn_uplink(H)
H.mind.tcrystals = DEFAULT_TELECRYSTAL_AMOUNT
H.mind.accept_tcrystals = 1
var/msg = "[key_name(usr)] has given [H.ckey] an uplink."
message_admins(msg)
else
to_chat(usr, "You do not have access to this command.")