mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
[MIRROR] Moves Pun Pun away from the kitchen on Delta (and makes monkeys actually look like monkeys in the map editor) [MDB IGNORE] (#8958)
* Moves Pun Pun away from the kitchen on Delta (and makes monkeys actually look like monkeys in the map editor) (#62108) * Moves Pun Pun away from the kitchen on Delta (and makes monkeys actually look like monkeys in the map editor) * Update DeltaStation2.dmm Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
co-authored by
Ghom
Gandalf
parent
b99c7559f5
commit
95c6cd76b4
@@ -654,7 +654,7 @@ GLOBAL_LIST_INIT(hallucination_list, list(
|
||||
A = image('icons/effects/effects.dmi',H,"nothing")
|
||||
A.name = "..."
|
||||
if("monkey")//Monkey
|
||||
A = image('icons/mob/monkey.dmi',H,"monkey1")
|
||||
A = image('icons/mob/human.dmi',H,"monkey")
|
||||
A.name = "Monkey ([rand(1,999)])"
|
||||
if("carp")//Carp
|
||||
A = image('icons/mob/carp.dmi',H,"carp")
|
||||
@@ -698,7 +698,7 @@ GLOBAL_LIST_INIT(hallucination_list, list(
|
||||
feedback_details += "Type: [kind]"
|
||||
switch(kind)
|
||||
if("monkey")//Monkey
|
||||
A = image('icons/mob/monkey.dmi',target,"monkey1")
|
||||
A = image('icons/mob/human.dmi',target,"monkey")
|
||||
if("carp")//Carp
|
||||
A = image('icons/mob/animal.dmi',target,"carp")
|
||||
if("corgi")//Corgi
|
||||
|
||||
Reference in New Issue
Block a user