mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
Removes All Weapons
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
/mob/living/carbon/proc/dream()
|
||||
var/list/dreams = custom_dreams(dream_strings, src)
|
||||
|
||||
for(var/obj/item/weapon/bedsheet/sheet in loc)
|
||||
for(var/obj/item/bedsheet/sheet in loc)
|
||||
dreams += sheet.dream_messages
|
||||
var/list/dream_images = list()
|
||||
for(var/i in 1 to rand(3, rand(5, 10)))
|
||||
@@ -26,7 +26,7 @@
|
||||
/mob/living/carbon/proc/nightmare()
|
||||
var/list/nightmares = nightmare_strings.Copy()
|
||||
|
||||
for(var/obj/item/weapon/bedsheet/sheet in loc)
|
||||
for(var/obj/item/bedsheet/sheet in loc)
|
||||
nightmares += sheet.nightmare_messages
|
||||
var/list/dream_images = list()
|
||||
for(var/i in 1 to rand(3, rand(5, 10)))
|
||||
|
||||
Reference in New Issue
Block a user