mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
Fixes running around causing mental issues and more (#4169)
-fixes #4168 -fixes #4165 -fixes #4161 -fixes a missing facial hair -fixes flags on the warehouse -fixes a message with rings -removes the badges from the maint spawn as some player's request
This commit is contained in:
@@ -1161,6 +1161,8 @@ var/list/global/random_stock_large = list(
|
||||
allsigns -= typesof(/obj/structure/sign/poster)
|
||||
allsigns -= /obj/structure/sign/directions
|
||||
allsigns -= typesof(/obj/structure/sign/christmas)
|
||||
allsigns -= typesof(/obj/structure/sign/flag)
|
||||
|
||||
var/number = rand(1,5)
|
||||
|
||||
while (number > 0)
|
||||
|
||||
Reference in New Issue
Block a user